@charset "UTF-8";

*{
    margin: 0;
    padding: 0;
}

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* 左側　ナビ */
.flexbox{
    width: 95vw;

}

header {
    display: flex
}

.header-box{
   height: 10vw;
    background-color: rgb(77, 33, 37);

}

header h1 a img{
    display: block;
    width: 13vw;
    height: 5vw;
    margin-top: 3vw;
    margin-left: 3vw;
}

nav ul{
    display: flex; 
}

nav ul li{
    height:5vw ;
    margin-top: 3.5vw;
    margin-left: 5vw;
    list-style-type: none;

}

nav ul li a{
    display: block;
    text-decoration-line: none;
    text-align: center;
    font-weight: 500;
    font-size: 8px;
    font-family: "Noto Serif JP", serif;
    color:#fcf7f7;
    transition: 1s;

    
}

nav ul li a:hover{
    margin: 0.1vw;
    transition: 1s;
    color:#696767;

}

/*  初めての方へ */

.msf-box{
    width: 90vw;
    margin-right: auto;
    margin-left: auto;
}

.about-lp{
    height: 10vw;
    margin-top: 5vw;
    font-family: "Noto Serif JP", serif;
    background-color:rgb(77, 33, 37);
}

.about-lp small{
    display: block;
    padding: 1vw;
    text-align: center;
    font-size: 10px;
    color:#fcf7f7 ;
}

.about-lp h1{
    text-align: center;
    font-size: 15px;
    color:#fcf7f7 ;
}

.msf-box h2:nth-of-type(1){
    margin-top: 5vw;
    text-align: center;
    font-size: 16px;

    color:rgb(10, 22, 19) ;

}


.about-image{
    display: flex;
    width: 90vw;
    margin-top: 5vw;
    
}

.about-image div{
    width: 33%;
    margin-right: auto;
    margin-left: auto;
}


.about-image div img{
    width: 100%;
}




/* フッター */
.footerbox{
    
    width: 90vw;
    height: 130vh ;
    font-family: "Noto Serif JP", serif;
    font-weight: lighter;
    margin: 10vw auto 0 auto; 
    background-color: rgb(77, 33, 37) ;
    
}



.footerbox h3{
    border-bottom:1px solid rgb(102, 146, 134) ;
    line-height: 3;
}

.footerbox ul li{
    list-style-type: none;
}

.footerbox a{
    text-decoration: none;
    color:#fcf7f7 ;
}

.footerbox a:hover{
    color:#a5a3a3 ;
}

.footerbox p{
    line-height: 2.5;
}



.footer-left {
    width: 30vw;    
    padding-top: 5vw;
    margin-right: auto;
    margin-left: auto;
}

.footer-left h2 img{
    display: block;
    width: 100%;  
}

.footer-left div{ 
   font-size: 10px;
   margin-bottom: 2vw;

}   
.footer-left div img{
    width: 3vw;

}



.footer-center{
    width: 50vw;
    margin-top: 2vw;

    margin-right: auto;
    margin-left: auto;
    font-size: 10px;

}

.footer-right{
    width: 50vw;
    margin-top: 4vw;
    margin-right: auto;
    margin-left: auto;
    font-size: 10px;

}


.footer-right2{
    width: 50vw;
    margin-top: 4vw;
    margin-right: auto;
    margin-left: auto;
    font-size: 10px;

}

.footer-right2 h4{
    margin-top: 2vw;
    margin-bottom: 1vw;
}
